home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / cmflr534.zip / CHANGES next >
Text File  |  1992-10-06  |  32KB  |  617 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                      *******************************
  7.                      *                             *
  8.                      *  CMFiler -- Version 5.34b   *
  9.                      *                             *
  10.                      *******************************
  11.  
  12.      Changes Since Version 5.22:
  13.  
  14.      The following features have been added or improved since Version 5.22, in
  15.      reverse chronological order:
  16.  
  17.           o    In trying other archive utilities in response to recent
  18.                requests from users, I have discovered that CMFiler has always
  19.                (accidently) supported LHA and ARJ, and perhaps others in
  20.                addition to the PKWare utilities, simply because they all use
  21.                the same syntax in the command line, namely:
  22.  
  23.                archiver options archivefile file1[,file2,[...]]
  24.  
  25.                To clarify that other archivers may be supported by the Zip and
  26.                Unzip commands in the main module, I have revised the help
  27.                screen and the F10 user-definition screen.  CMFiler still
  28.                defaults to PKZIP and PKUNZIP unless otherwise specified.
  29.                However, if you want to use ARJ or LHA instead, press Shift-F10
  30.                from the main screen, and change both the fields "Compress = "
  31.                and " Extract = " to read "ARJ.EXE" or "LHA.EXE".  Add the path
  32.                to these file specs if ARJ/LHA is not on a path in the DOS path
  33.                environment.  Also make the "Compress Options = " line read "a"
  34.                (this is both ARJ's and LHA's way of knowing you want to add or
  35.                create a .ARJ or .LZH archive file), and the " Extract Options
  36.                = " line read "x" (for extract).  (Command line option
  37.                parameters are necessary with ARJ and LHA because, unlike the
  38.                PKWare utilities which have separate compression and extraction
  39.                programs, the same program does both functions.)
  40.  
  41.                Use of LHA or ARJ by this facility is the same as use of the
  42.                PKWare utilities.  To compress, put the directory where you
  43.                want the archive file to be created or added to in one panel
  44.                and tag the archive file to be added to (if it exists); set up
  45.                the other panel with the directory of the files to be archived,
  46.                and optionally tag them (if none are tagged, the command line
  47.                parameter defaults to *.*); press Z, check and edit the command
  48.                line paramters if desired, and press Enter.
  49.  
  50.                Extraction is easier.  Set up the target panel in the directory
  51.                you want the extracted files to go, put the cursor on the
  52.                archive file, press U, check the command line parameters, and
  53.                press Enter.  (5.34b)
  54.  
  55.           -----
  56.  
  57.  
  58.  
  59.           o    The naming convention for backup files, created with the
  60.                command B in the main module, has been changed so that the
  61.                backup file will appear closer alphabetically to the original
  62.                file.  If the original file has a three character extension,
  63.                the third character will be replaced with a tilde (~;  ASCII
  64.                126).  If the extension has less than three characters, it will
  65.                be padded with one or two exclamation points (!; ASCII 33), so
  66.                that the third character can be a tilde.  (5.34a)
  67.  
  68.           o    When creating appended files (ie, Alt-tagging several files
  69.                followed by the command C to copy to the target, or B to copy
  70.                to the source), a default appended file name will be generated
  71.                (name of the first file in the append list plus extension APF),
  72.                but the user may edit that name before the file is created.
  73.                (5.34a)
  74.  
  75.           -----
  76.  
  77.           o    In the tree module, while the cursor is in the file list during
  78.                a Show files or Goto file command, several commands are
  79.                available for disk cleanup that mimic commands in the main
  80.                module.  Files may optionally be tagged with T or Spacebar, and
  81.                then deleted individually (if no tags are set) or as a group
  82.                with the D (soft) or Ctrl-D (hard) delete command.  The command
  83.                A (tagAll) clears any tags set, or sets all tags, as in the
  84.                main module.  (5.34)
  85.  
  86.           o    In the editor, the keypad map to the cursor movement functions
  87.                is now independent of Num Lock.  Shift-Up/Down Arrow moves to
  88.                top/bottom of current video page.  Gray+/Gray- function the
  89.                same as Alt-Plus/Alt-Minus, toggling the delimiter and bottom
  90.                displays.  (5.34)
  91.  
  92.           -----
  93.  
  94.           o    Navigation and file-finding in the tree module was revised to
  95.                follow the "G" and "Alt-G" conventions of the main module:
  96.                (5.33b)
  97.  
  98.                -   G ("Goto file") has replaced "F" as the file-finder
  99.                command.  Pressing "G" commences a filename search, and as each
  100.                letter in the filename search string is typed, the tree and
  101.                file list dynamically adjust to highlight the matches and
  102.                position the cursor to the directory with the first match.
  103.                Mode is toggled off with G, Alt-G or Esc.
  104.  
  105.                -   Alt-G ("Goto directory") commences a directory name search
  106.                in the same fashion.  As each letter of the search string is
  107.                tpyed, the matches are highlighted dynamically and the display
  108.                is adjusted so that the topmost match is show.  Mode sets for
  109.                both panels, and stays until G, Alt-G or Esc is pressed.
  110.  
  111.  
  112.                     CMFiler -- Addendum            1-2             
  113.  
  114.  
  115.           o    An anomaly was fixed to let the directory be re-read in its
  116.                "natural" DOS order after switching to Order mode 7.  (5.33b)
  117.  
  118.           o    An anomaly was fixed which prevented CF from checking the
  119.                CF_TRASH.CAN directory on execution.  (5.33a)
  120.  
  121.           o    A workaround was devised for an anomaly in the directory
  122.                structure of some netware, that prevented CF from navigating
  123.                back through the parent subdirectory in the main module.
  124.                (5.33a)
  125.  
  126.           o    The ZIP feature was revised to permit the use of either normal
  127.                or Alt-tags to denote which files to decompress.  (5.33)
  128.  
  129.           o    The following improvements were made to the editor:  (5.33)
  130.  
  131.                -  The notation of typeover/insert mode and wrap/no wrap mode
  132.                has been shortened and moved to the upper right corner of the
  133.                screen.  It stays on the screen when the lower information area
  134.                is blanked.
  135.  
  136.                -  On color monitors, the lower five lines of text (which
  137.                become the top five lines on PgDn) are in red vice white, to
  138.                distinguish this area from the "active" video page (the top 20
  139.                lines), and to help the eye find its place in the text during
  140.                scrolling.
  141.  
  142.                -  The exit defaults after editing have been adjusted so that
  143.                most users will be able to answer the three questions with
  144.                three strokes of the Enter key most of the time. (Yes, save
  145.                this edit; No, don't reuse the date/time stamp from the
  146.                original file; No, don't save the original file as *.BKP).
  147.  
  148.                -  You may switch from View mode to Edit mode within the
  149.                editor, with the combination Alt-S(witch mode).
  150.  
  151.           o    In the tree module, on the Show files screen, Enter views the
  152.                file (same convention as main module), and Shift-Enter returns
  153.                to the main module with the cursor on that file name.  (5.33)
  154.  
  155.           -----
  156.  
  157.           o    The I/O buffer clearing featur